Crate noodles_cram
source ·Expand description
noodles-cram handles the reading and writing of the CRAM format.
Re-exports§
pub use self::data_container::DataContainer;
pub use self::file_definition::FileDefinition;
pub use self::record::Record;
pub use self::async::io::Reader as AsyncReader;
pub use self::async::io::Writer as AsyncWriter;
Modules§
- Async CRAM.
- CRAM block content codecs.
- CRAM index.
- CRAM data container and fields.
- CRAM file definition and fields.
- CRAM I/O.
- CRAM record and fields.
Functions§
- Indexes a CRAM file.